runtime/pprof.countProfile.Len (method)

3 uses

	runtime/pprof (current package)
		pprof.go#L405: 	Len() int
		pprof.go#L479: 	n := p.Len()
		pprof.go#L494: 		fmt.Fprintf(tw, "%s profile: total %d\n", name, p.Len())